Skip to main content

Posts

Showing posts with the label Network Security

Top three IT domains where we can use Python skills

  Python is the most popular programming language, and its very easy to learn. In mostly every IT domain, python is used to build applications, tools, automation, and many more purposes with the help of plenty of libraries in python. Once you have learned the basics of python programming, you can use your programming skills to automate tasks, customise tools, and create practical scripts. In this blog, we will see the top three IT domains where python knowledge is very useful to have, and which python libraries are used in each domain. The Top three IT domains where we can use python. Networking CyberSecurity Cloud Computing Python For Networking Why Python used in the Networking Domain? As a network engineer or Cisco network engineer, they prefer to use Python instead of other programming languages because of the easily available libraries and because it is easy to implement. With the help of python, you can automate Cisco networking procedures, which will save plenty of time. We ...

What are the Basic Nmap commands for Cyber security enthusiast.

Nmap (“Network Mapper”) is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service up-time.  Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics.  It was designed to rapidly scan large networks but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. Let's check out the basic nmap command in our day-to day life. Host Scan Host scan is used by penetration tester to identify active host in a network by sending ARP re...